home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / GE_VSRC.ZIP / STUFF.TXT < prev    next >
Text File  |  1995-04-15  |  1KB  |  30 lines

  1. 'lo, this is Greater Evil.. What you have just acquired is a group of
  2. routines that I was going to make a full fledged library.  However, 
  3. that was before I got tired of writing straight assembly.  I thus 
  4. regret that there isn't anything terribly interesting in here aside from
  5. your normal lambert shaded vector junk.  (I planned on writing a more
  6. classic scan converter with lists and all and gourad shaded stuff, but
  7. I was faced with no nice way to do this without procedural abstraction.  
  8. I'm about to go buy Watcom C.)
  9.  
  10. Credits go to Tran for both the Pmode lib and the pmode timer IRQ.
  11.  
  12. Here is what most of this stuff is:
  13.  
  14. V0       EXE     Exectuable
  15.  
  16. V0       ASM     Main module
  17. MODEX    ASM     Modex routines
  18. POLY     ASM     Poly routines
  19. VEC      ASM     Vector code
  20. MAKEIT   BAT     Batch for recompiling the thing
  21. 24GON    INC     24 sided polyhedra data file
  22. CUBE     INC     Cube data file
  23. SINTAB   INC     Sine table for Vec.asm
  24. PMODE    OBJ     Tran's pmode lib (2.51) - obj only.
  25. VRT      OBJ     Tran's retrace timer.
  26.  
  27. If you want to get in touch with me, feel like adding to this, or 
  28. whatever, I can be reached at gt5111a@prism.gatech.edu or on #coders
  29. as G_Evil.  Later...
  30.